home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / aa_m68k_Intel_Only / Granola.app / English.lproj / prefs.nib / data.classes next >
Text File  |  1994-10-01  |  754b  |  54 lines

  1. BackWindow = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     protoView;
  6.     theImage;
  7.     fileNameTF;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. BackProtoView = {
  17.     ACTIONS = {
  18.     imageDidMove:;
  19.     };
  20.     OUTLETS = {
  21.     delegate;
  22.     };
  23.     SUPERCLASS = View;
  24. };
  25. PrefController = {
  26.     ACTIONS = {
  27.     toggleAutolaunch:;
  28.     toggleDisplayNames:;
  29.     changeBox:;
  30.     changeWantsTime:;
  31.     changeWantsTile:;
  32.     clearImage:;
  33.     changeAltTime:;
  34.     changeScaleImage:;
  35.     };
  36.     OUTLETS = {
  37.     wantsTimeSwitch;
  38.     filesMatrix;
  39.     miscBox;
  40.     displayNameSwitch;
  41.     autolaunchSwitch;
  42.     backProtoView;
  43.     imageBox;
  44.     backWindow;
  45.     dockBox;
  46.     scaleImageSwitch;
  47.     mainBox;
  48.     wantsTileSwitch;
  49.     prefsWindow;
  50.     altShelfTF;
  51.     };
  52.     SUPERCLASS = Object;
  53. };
  54.